Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contiki-NG: Crypto adapter for OSCORE #1281

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kkrentz
Copy link
Contributor

@kkrentz kkrentz commented Nov 19, 2023

This implements the crypto primitives required by OSCORE using Contiki-NG's potentially hardware-accelerated drivers. For this to work, some changes to Contiki-NG have to be merged first, namely contiki-ng/contiki-ng#2779 and contiki-ng/contiki-ng#1653.

@mrdeep1
Copy link
Collaborator

mrdeep1 commented Nov 20, 2023

In principal, having support for specific hardware acceleration makes sense.

However, I would prefer things to be wrapped with both WITH_CONTIKI and, say, CCM_STAR_CONF (if that is the correct one) in case a particular Contiki hardware platform cannot support CCM_STAR_CONF etc.

For OSCORE to work, is this dependent on the 2 Contiki-NG PRs? If so, I would prefer to see those merged before we merge this PR otherwise others might get confused when things are not working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants